COM AT^SVRA test
COM Enable / disable voice recognition (BT specific command).
COM Command is not required if phone does not support voice recognition.

COM V1.0	25.11.2004	T. Kleinmann	Copied from BVRA script


COM ToDo: Check URC's

from attglobals import *

AT^SVRA=?
WAIT FOR OK

AT^SVRA?
WAIT FOR OK

AT^SVRA
WAIT FOR (1,'^SVRA:')

COM Enable
AT^SVRA=1
WAIT FOR OK

COM Disable
AT^SVRA=0
WAIT FOR OK